help("mem-max");
exit(0);
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("mem-set");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("cd-eject");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("cd-insert");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
num = atoi(optarg);
break;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("vncviewer");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("pci-list-assignable-devices");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("pci-list");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
force = 1;
break;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("pci-attach");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("restore");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
debug = 1;
break;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("save");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
debug = 1;
break;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("pause");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("unpause");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("destroy");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
wait = 1;
break;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("reboot");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
verbose = 1;
break;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("list-vm");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
quiet = 1;
break;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("button-press");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("debug-keys");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
help("dmesg");
return 0;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
dryrun = 1;
break;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}
opt_cpus = 1;
break;
default:
- fprintf(stderr, "option not supported\n");
+ fprintf(stderr, "option `%c' not supported.\n", optopt);
break;
}
}